Adwaita: navigation list expander whitespace
authorJakub Steiner <jimmac@gmail.com>
Mon, 14 Sep 2020 12:31:23 +0000 (14:31 +0200)
committerJakub Steiner <jimmac@gmail.com>
Mon, 14 Sep 2020 12:31:23 +0000 (14:31 +0200)
 - Address https://gitlab.gnome.org/GNOME/gtk/-/issues/3138#note_910476

gtk/theme/Adwaita/_common.scss

index c0f291478e8f0da5b192b2bd2c70f52954ee4640..0c7b2f8c07bb8a0e53da7d58842a8bcf0303ae22 100644 (file)
@@ -3205,6 +3205,7 @@ expander-widget {
   }
 }
 
+.navigation-sidebar,
 placessidebar,
 stackswitcher,
 expander-widget {
@@ -3404,6 +3405,12 @@ separator.sidebar {
     // will make the animation of the new bookmark row jump
     > revealer { padding: 0 14px; }
 
+    expander {
+      margin: 0 8px 0 0;
+
+      &:dir(rtl) { margin: 0 0 0 8px; }
+    }
+
     &:selected {
       background-color: desaturate($selected_bg_color,100%);
       color: $selected_fg_color;